home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / lparser3 / bop00.ls < prev    next >
Text File  |  1993-11-22  |  196b  |  10 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 18    # recursion depth
  3. 10    # angle
  4. 10    # thickness as % of length
  5. FFFFFFc[A][B]
  6. A=[+A{.].C.}
  7. B=[-B{.].C.}
  8. C=gC
  9. @
  10.